net/http.http2clientConnPool.keys (field)
7 uses
net/http (current package)
h2_bundle.go#L771: keys map[*http2ClientConn][]string
h2_bundle.go#L943: if p.keys == nil {
h2_bundle.go#L944: p.keys = make(map[*http2ClientConn][]string)
h2_bundle.go#L947: p.keys[cc] = append(p.keys[cc], key)
h2_bundle.go#L953: for _, key := range p.keys[cc] {
h2_bundle.go#L965: delete(p.keys, cc)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)